home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl060 / dblit12c.lzh / KEYS.TXT < prev    next >
Encoding:
Text File  |  1993-09-07  |  5.4 KB  |  120 lines

  1.                 dbLite Command & Edit Key Summary
  2.  
  3. [Esc]   The escape key toggles from Main Menu Mode to Edit Mode
  4.         It further returns user from Memo Window to Edit Mode
  5.         It will also exit most Menus back to the Main Menu
  6.  
  7. F1      Will show a help window from Main Menu Mode or from Edit Mode
  8.  
  9. F2      Used for drawing character in Edit Mode 
  10.         Opens perpetual calendar for viewing in Menu Mode
  11.  
  12. F3      From Main Menu Mode initiates/re-intitiates a search
  13.         If no search string has been defined, will ask for an initial string
  14.         Will then continue to search for intial string over and over
  15.         (to re-define search string, use Main Menu / Search Menu / Text Search)
  16.         Also used for drawing in Edit Mode
  17.  
  18. F4      In Main Menu Mode Captures the current record to the Cature File
  19.         Also used for dreawing in Edit Mode
  20.  
  21. F5      Opens Note Window with Editor in Edit Mode
  22.  
  23. F6      Creates a DOS Shell in Menu Mode
  24.         Used for drawing in Edit Mode
  25.  
  26. F7      In Main Menu Mode use to save current file and continue session
  27.         Also used for drawing character in Edit Mode
  28.  
  29. F8      Use to draw special character in Edit Mode
  30.  
  31. F9      In Main Menu Mode quick delete current record (be careful here)
  32.         Note: The use of Main Menu/Delete Record will prompt user if
  33.         he or she is sure that they want to delete.  F9 is a quick key
  34.         for those who do not want to deal with such prompts
  35.         Also draws character in Edit Mode
  36.  
  37. F10     Quit, abandoning current changes since last save
  38.         Basically a quick way to depart dbLite without having to answer a lot
  39.         of questions.
  40.         Also used for drawing in Edit Mode
  41.  
  42. [Alt]+F1 - F10  Used for drawing special characters in Edit Mode
  43.  
  44.         The following keys are used in Edit Mode Only:
  45.  
  46. [Ins]   Toggles insert mode on and off.  Default is off.  In insert mode cursor
  47.         grows bigger.  Typing in default mode replaces text.  Typing in insert
  48.         mode moves text over one character at a time.  Characters beyond
  49.         35th position are lost in insert mode.
  50.  
  51. Right Arrow Moves one character to the right.  Will not move beyond 35 characters.
  52. Left Arrow  Moves one character to the left.  Stops at position 1.
  53.  
  54. [Tab]   Tab stops are set at every 5 positions.  In overtype mode, which is the
  55.         default the tab does not move the text, only the cursor.  In insert mode,
  56.         the tab WILL MOVE TEXT over 5 positions and will drop positions 30-35.
  57. [Shift]+[Tab]   Moves the cursor back 5 positions
  58.  
  59. Down Arrow Moves one line down. Will also move from last line in one record to first line 
  60.         in next record. Maintains cursor position in current column
  61. Up Arrow Moves one line up. Will also move from first line in one record to last line
  62.         in previous record. Maintains cursor position in current column
  63.  
  64. [Enter] Moves one line down. Will also move from last line in one record to
  65.         first line in next record.  Returns cursor position to #1 column
  66.  
  67. [Home]  Moves cursor to column 1 on same line. To move the cursor to the first line,                            column 1 from any position in a record, hit [Esc] twice.
  68. [End]   Moves cursor to the far right current text position.
  69.   
  70. [PgUp]  Moves record position to the previous record.
  71. [PgDn]  Moves record position to the next record.
  72.  
  73. [Ctrl]+[Home]Selects the first record.
  74. [Ctrl]+[End]Selects the last record.
  75.  
  76. {Note all references to "line" for editing keys also refer to a "field".  Each "line" in dbLite
  77.  is synonymous with "field"}
  78.  
  79. [Alt]+[Del]Deletes the current line and moves remaining lines up one position.
  80.  
  81. [Ctrl]+Y Deletes contents of the current line but does not move remaining
  82.         lines up one position.
  83.  
  84. [Alt]+[Ins] Inserts a blank line and moves current lines down one position.
  85.         (Last line in a record is eliminated)
  86.  
  87. [Alt]+L Mark the contents of the current line for later copying.
  88.         (show the line in the message box)
  89.  
  90. [Alt]+C Copy the contents of the Marked Line to the current line.
  91.  
  92. [Alt]+B Mark the contents of the current record for later copying into
  93.         a data buffer (show the record in the message box)
  94.  
  95. [Alt]+N Opens/Closes the Note window with its editor (also F5)
  96.  
  97. [Alt]+O Copy the contents of the marked record from the data buffer
  98.         into the current record ( output buffer )  This replaces any
  99.         data which had been in the record.
  100.  
  101. [Alt]+O If no record current exists in the data buffer this command
  102.         will clear the contents of the current record.  It simply pastes
  103.         a blank record on top of any data which happens to be there.
  104.  
  105. [Alt]+M In Edit Mode opens a four line by twenty character Memo window.
  106.         Also serves to close the same window if it is open, the contents
  107.         of the window will be retained even though the window closes.
  108.         [Esc] will also close the memo window (F11 is alternative option)
  109.  
  110. [Alt]+V In Edit Mode opens the memo window to allow viewing during editing
  111.         and scrolling from main edit window.  Alt+V will also close the
  112.         memo window and prevent viewing from normal editing sessions.
  113.  
  114. [Alt]+= Calculates the value of an expression which has been entered on
  115.         the currently edited line.  Displays that value in the message box.
  116.  
  117. [Alt]+A Accumulates the contents of the evaluated expression into the
  118.         first position of the currently edit line.  Shifts the rest of the line
  119.         over to allow room.
  120.